home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Programming Tools / Pascal Demos from Apple / print / SAMPR.TEXT < prev   
Encoding:
Text File  |  1985-05-14  |  431 b   |  38 lines  |  [TEXT/ttxt]

  1. *  SampR -- Resource input for small sample application
  2. *           Written by Macintosh User Education
  3.  
  4. example/Samp.Rsrc
  5.  
  6. Type SAMP = STR
  7.   ,0
  8. Samp Version 1.1 -- March 27, 1985
  9.  
  10. Type MENU
  11.   ,128
  12. *** the apple symbol ***
  13.   \14
  14.  
  15.   ,129
  16.   File
  17.     Quit/Q
  18.  
  19.   ,130
  20.   Edit
  21.     (Undo/Z
  22.     (-
  23.     Cut/X
  24.     Copy/C
  25.     Paste/V
  26.     Clear
  27.  
  28. Type WIND
  29.   ,128
  30.   Sample
  31.   50 40 300 450
  32.   Visible NoGoAway
  33.   4
  34.   0
  35.  
  36. Type CODE
  37.   example/SampL,0
  38.